Blog picture

Asst. Professor

Blog image DR. RAJENDRA KUMAR MAHTO Shared publicly - Apr 16 2020 4:00PM

Serializability for B.SC IT SEM-IV


Serializability

 

•The schedule of concurrent execution should in same sense be equivalent to a serial schedule known as serializability.

 

T1

T2

Read (A)

A:= A-50

 

 

 

 

 

Write(A)

Read(B)

B :=B+50

Write(B)

 

 

 

Read (A)

Temp:= A*0.1

A := A-temp

Write(A)

Read(B)

 

 

 

 

B:=B+temp

Write(B)



Post a Comment

Comments (0)